home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bld23.zip / LOWER.KEY < prev    next >
Text File  |  1995-06-17  |  10KB  |  321 lines

  1. ; Copyright 1995 Aeolus Software
  2. ;
  3. ; Use this file to modify the 'look and feel' of the output source of the
  4. ; Aeolus Builder v2.3 Clipper (tm) code generator.
  5. ;
  6. ; Put this file in the same subdirectory where BUILDER.EXE is located or
  7. ; in the subdirectory where the code is being generated.  If it is located
  8. ; in the same subdirectory as BUILDER.EXE, all Builder generated code will
  9. ; utilize the output changes.  If it is put in the subdirectory where the
  10. ; source is created, only THAT application will receive the changes to the
  11. ; output source.
  12. ;
  13. ; =========================================================================
  14. ;
  15. ; Here's how it works, each line where TWO bracketed pieces of text are
  16. ; located will be applied to each line of output source.  if the bracketed
  17. ; text on the left is located in the source statement, it will be changed
  18. ; to the bracketed text on the right.
  19. ;
  20. ; For example, if this file contains the line:
  21. ;
  22. ; [PROCEDURE ]     [proc ]
  23. ;
  24. ; then every instance of the text "PROCEDURE " in Builder output source code
  25. ; will be replaced with "proc ".
  26. ;
  27. ;==========================================================================
  28. ;
  29. ; Following is a list of ALL Builder replacable output text.  Any text you
  30. ; would like to change, simply add a bracketed text string to the right.
  31. ;
  32. ;==========================================================================
  33. [#include ]
  34. [MEMVAR ]         [memvar ]
  35. [STATIC ]         [static ]
  36. [FUNCTION ]       [func ]
  37. [PROCEDURE ]      [proc ]
  38. [LOCAL ]          [local ]
  39. [SET(]            [set(]
  40. [SETCURSOR(]      [setcursor(]
  41. [Open_Fil(]       [open_fil(]
  42. [VarInit(]        [varinit(]
  43. [PRIVATE ]        [priv ]
  44. [cSys_Name]       [csys_name]
  45. [cAppl_Name]      [cappl_name]
  46. [cPrt_Port]       [cprt_port]
  47. [lHelp_Edit]      [lhelp_edit]
  48. [lHelp_On]        [lhelp_on]
  49. [nHMax_Lins]      [nhmax_lins]
  50. [ISCOLOR(]        [iscolor(]
  51. [IF(]             [if(]
  52. [EMPTY(]          [empty(]
  53. [Var(]            [var(]
  54. [ALLTRIM(]        [alltrim(]
  55. [ENDIF]           [endif]
  56. [IF ]             [if ]
  57. [SET COLOR ]      [set color ]
  58. [WinPush(]        [winpush(]
  59. [Message(]        [message(]
  60. [Center(]         [center(]
  61. [MouseInit(]      [mouseinit(]
  62. [Chk_Ntxs(]       [chk_ntxs(]
  63. [Open_Data(]      [open_data(]
  64. [DbInit1(]        [dbinit1(]
  65. [SETKEY(]         [setkey(]
  66. [DO WHILE ]       [do while ]
  67. [SetMsgLin(]      [setmsglin(]
  68. [AskMenu(]        [askmenu(]
  69. [EXIT]            [exit]
  70. [CLOSE DATABASES] [close databases]
  71. [SET CURSOR ON]   [set cursor on]
  72. [SET CURSOR OFF]  [set cursor off]
  73. [CLEAR ]          [clear ]
  74. [QUIT]            [quit]
  75. [RETURN(]         [return(]
  76. [nMr1]            [nmr1]
  77. [nMr2]            [nmr2]
  78. [nMc1]            [nmc1]
  79. [nMc2]            [nmc2]
  80. [nOpt]            [nopt]
  81. [aMenuArray]      [amenuarray]
  82. [VarPush(]        [varpush(]
  83. [AddPrompt(]      [addprompt(]
  84. [Menu(]           [menu(]
  85. [VarPop(]         [varpop(]
  86. [nFmr1]           [nfmr1]
  87. [nFmr2]           [nfmr2]
  88. [nFmc1]           [nfmc1]
  89. [nFmc2]           [nfmc2]
  90. [TtlKeyOn(]       [ttlkeyon(]
  91. [TtlKeyOff(]      [ttlkeyoff(]
  92. [WinPop(]         [winpop(]
  93. [nDr1]            [ndr1]
  94. [nDr2]            [ndr2]
  95. [nDc1]            [ndc1]
  96. [nDc2]            [ndc2]
  97. [ENDDO]           [enddo]
  98. [AddGet(]         [addget(]
  99. [GenVld(]         [genvld(]
  100. [LASTKEY(]        [lastkey(]
  101. [aGetMenu]        [agetmenu]
  102. [CrteMnuArry(]    [crtemnuarry(]
  103. [ChkChr(]         [chkchr(]
  104. [READ ]           [read ]
  105. [WaitKey(]        [waitkey(]
  106. [nPr1]            [npr1]
  107. [nPc1]            [npc1]
  108. [nPr2]            [npr2]
  109. [nPc2]            [npc2]
  110. [cDisp]           [cdisp]
  111. [Plist(]          [plist(]
  112. [bCond]           [bcond]
  113. [cKey]            [ckey]
  114. [nFmr1]           [nfmr1]
  115. [nFmc1]           [nfmc1]
  116. [nFmr2]           [nfmr2]
  117. [nFmc2]           [nfmc2]
  118. [cMemChk]         [cmemchk]
  119. [cMemMenu]        [cmemmenu]
  120. [DBSETORDER(]     [dbsetorder(]
  121. [Gen_Maint(]      [gen_maint(]
  122. [CLEAR GETS]      [clear gets]
  123. [Edt_Memo(]       [edt_memo(]
  124. [nFkr1]           [nfkr1]
  125. [nFkc1]           [nfkc1]
  126. [nFkr2]           [nfkr2]
  127. [nFkc2]           [nfkc2]
  128. [gKey]            [gkey]
  129. [ELSE]            [else]
  130. [cGk_Func]        [cgk_func]
  131. [cG_Func]         [cg_func]
  132. [nRw,nCl,nLn]     [nrw,ncl,nln]
  133. [FILE(]           [file(]
  134. [SELECT ]         [select ]
  135. [USE ]            [use ]
  136. [NEW ]            [new ]
  137. [EXCLUSIVE]       [exclusive]
  138. [SHARED ]         [shared ]
  139. [VIA ]            [via ]
  140. [INDEX ON ]       [index on ]
  141. [ INTO]           [ into]
  142. [SET INDEX ]      [set index ]
  143. [ORDBAGEXT(]      [ordbagext(]
  144. [Zap_iBar(]       [zap_ibar(]
  145. [iBar(]           [ibar(]
  146. [RDDSETDEFAULT(]  [rddsetdefault(]
  147. [cOldRdd]         [coldrdd]
  148. [.OR.]            [.or.]
  149. [ARRAY(]          [array(]
  150. [FCOUNT(]         [fcount(]
  151. [DbStor(]         [dbstor(]
  152. [WINDOW]          [window]
  153. [ REMOVE]         [ remove]
  154. [WINSAY ]         [winsay ]
  155. [SAY ]            [say ]
  156. [WINGET ]         [winget ]
  157. [WINPROMPT ]      [winprompt ]
  158. [GetList]         [getlist]
  159. [cRelKey]         [crelkey]
  160. [Main()]          [main()]
  161. [oOldErrBlk]      [oolderrblk]
  162. [ALTD(]           [altd(]
  163. [ERRORBLOCK(]     [errorblock(]
  164. [BldrErr(]        [bldrerr(]
  165. [SET DATE]        [set date]
  166. [AMERICAN]        [american]
  167. [BRITSH]          [britsh]
  168. [JAPAN]           [japan]
  169. [FRENCH]          [french]
  170. [ANSI]            [ansi]
  171. [GERMAN]          [german]
  172. [ITALIAN]         [italian]
  173. [USA]             [usa]
  174. [SET CENTURY]     [set century]
  175. [ ON]             [ on]
  176. [ OFF]            [ off]
  177. [Options->]       [options->]
  178. [DBCLOSEAREA()]   [dbclosearea()]
  179. [DBCLOSEALL()]    [dbcloseall()]
  180. [DISPBOX(]        [dispbox(]
  181. [MAXROW()]        [maxrow()]
  182. [MAXCOL()]        [maxcol()]
  183. [REPLICATE(]      [replicate(]
  184. [CHR(]            [chr(]
  185. [SETCOLOR(]       [setcolor(]
  186. [NOSHADOW]        [noshadow]
  187. [NOSAVE]          [nosave]
  188. [NOBORDER]        [noborder]
  189. [NOCLEAR]         [noclear]
  190. [ChkNtxs(]        [chkntxs(]
  191. [OpenFiles(]      [openfiles(]
  192. [AddMPad(]        [addmpad(]
  193. [Rootmenu()]      [rootmenu()]
  194. [EXECUTE ]        [execute ]
  195. [PICTURE ]        [picture ]
  196. [WinTop()]        [wintop()]
  197. [WinLeft()]       [winleft()]
  198. [WinBott()]       [winbott()]
  199. [WinRight()]      [winright()]
  200. [VALIDBLOCK]      [validblock]
  201. [ReadGets(]       [readgets(]
  202. [DBSELECTAREA(]   [dbselectarea(]
  203. [iSeek(]          [iseek(]
  204. [xBounds]         [xbounds]
  205. [Rel_Maint(]      [rel_maint(]
  206. [nBr1]            [nbr1]
  207. [nBc1]            [nbc1]
  208. [nBr2]            [nbr2]
  209. [nBc2]            [nbc2]
  210. [xBound]          [xbound]
  211. [nDisplayRow]     [ndisplayrow]
  212. [oBrwObj]         [obrwobj]
  213. [oColObj]         [ocolobj]
  214. [aBrwCtrls]       [abrwctrls]
  215. [aColCtrls]       [acolctrls]
  216. [cOldColor]       [coldcolor]
  217. [DictPut(]        [dictput(]
  218. [TBrowseDb(]      [tbrowsedb(]
  219. [:cargo]
  220. [:goBottomBlock]  [:gobottomblock]
  221. [:goTopBlock]     [:gotopblock]
  222. [:skipBlock]      [:skipblock]
  223. [:colorSpec]      [:colorspec]
  224. [:headSep]        [:headsep]
  225. [:colSep]         [:colsep]
  226. [:footSep]        [:footsep]
  227. [TBColumnNew(]    [tbcolumnnew(]
  228. [TRANSFORM(]      [transform(]
  229. [:addColumn]      [:addcolumn]
  230. [:width]
  231. [:defColor]       [:defcolor]
  232. [:nBottom]        [:nbottom]
  233. [::rowCount]      [::rowcount]
  234. [BrwMouse(]       [brwmouse(]
  235. [BrowseDb(]       [browsedb(]
  236. [SPACE(]          [space(]
  237. [MENU USING]      [menu using]
  238. [aMemMenu]        [amemmenu]
  239. [cIt]             [cit]
  240. [cFileName]       [cfilename]
  241. [VALTYPE(]        [valtype(]
  242. [TYPE(]           [type(]
  243. [DBCREATEINDEX(]  [dbcreateindex(]
  244. [ORDCREATE(]      [ordcreate(]
  245. [IBar(]           [ibar(]
  246. [BREAK(]          [break(]
  247. [BEGIN SEQUENCE]  [begin sequence]
  248. [RECOVER USING]   [recover using]
  249. [END SEQUENCE]    [end sequence]
  250. [FERASE(]         [ferase(]
  251. [ALIAS ]          [alias ]
  252. [EXTERNAL]        [external]
  253. [SET ]            [set ]
  254. [ SOFTSEEK]       [ softseek]
  255. [ DELETED]        [ deleted]
  256. [ SCOREBOARD]     [ scoreboard]
  257. [ WRAP]           [ wrap]
  258. [ DATE]           [ date]
  259. [ PRINTER]        [ printer]
  260. [ ORDER]          [ order]
  261. [DO ]             [do ]
  262. [SysDel]          [sysdel]
  263. [Publ_Colo]       [publ_colo]
  264. [TRIM(]           [trim(]
  265. [FOR ]            [for ]
  266. [NEXT]            [next]
  267. [Chk_Ntxs]        [chk_ntxs]
  268. [ WITH]           [ with]
  269. [Open_Data]       [open_data]
  270. [Ask(]            [ask(]
  271. [ PROMPT]         [ prompt]
  272. [MENU ]           [menu ]
  273. [CASE]            [case]
  274. [ENDCASE]         [endc]
  275. [ GET]            [ get]
  276. [DECLARE ]        [declare ]
  277. [aFields]         [afields]
  278. [aPicture]        [apicture]
  279. [aHeading]        [aheading]
  280. [DbEdit(]         [dbedit(]
  281. [cG_Pfx]          [cg_pfx]
  282. [PARAMETERS ]     [para ]
  283. [VALID]           [valid]
  284. [ DbPubl]         [ dbpubl]
  285. [ DbStor]         [ dbstor]
  286. [cThm]            [cthm]
  287. [cOthm]           [cothm]
  288. [nRecs]           [nrecs]
  289. [nRpg_Len]        [nrpg_len]
  290. [nRpg_Wdth]       [nrpg_wdth]
  291. [nRpg]            [nrpg]
  292. [nSbtl]           [nsbtl]
  293. [nTtl]            [nttl]
  294. [xSbtl]           [xsbtl]
  295. [CkPrtr]          [ckprtr]
  296. [RETURN]          [return]
  297. [ RELATION]        [ relation]
  298. [GO TOP]          [go top]
  299. [EOF()]           [eof()]
  300. [ DEVICE]         [ device]
  301. [ SCREEN]         [ screen]
  302. [ MARGIN]         [ margin]
  303. [Thermometr(]     [thermometr(]
  304. [LASTREC(]        [lastrec(]
  305. [INKEY(]          [inkey(]
  306. [ TYPEAHEAD]      [ typeahead]
  307. [PROW()]          [prow()]
  308. [DBSKIP(]         [dbskip(]
  309. [SKIP]            [skip]
  310. [LOOP]            [loop]
  311. [STR(]            [str(]
  312. [ PRINT]          [ print]
  313. [nLbl_Acrss]      [nlbl_acrss]
  314. [nLbl_Wdth]       [nlbl_wdth]
  315. [nLbl_Len]        [nlbl_len]
  316. [LEFT(]           [left(]
  317. [nRecs]           [nrecs]
  318. [MsgBox(]         [msgbox(]
  319. [ TO]             [ to]
  320. [BREAK]           [break]
  321.